Windons Server 2008R2_Server Core安装

Windows Server 2008 R2: 服务器核心部署的最佳做法
https://docs.microsoft.com/zh-cn/previous-versions/technet-magazine/hh489602(v=msdn.10)
https://docs.microsoft.com/en-us/previous-versions/technet-magazine/hh489602(v=msdn.10)

下载CoreConfigrator 2.0
coreconfig.codeplex.com/releases/view/36678 -> https://archive.codeplex.com/?p=coreconfig
Core Configurator 2.0 (Windows Server 2008 R2)
download archive -> CoreConfig.zip

运行CoreConfigurator 2.0要求Powershell 2.0 and NetFx 2.0功能角色启用,可以使用命令行

dism /online /Enable-Feature /Featurename:NetFx2-ServerCore
dism /online /Enable-Feature /Featurename:MicrosoftWindowsPowerShell

解压 CoreConfig\releases\1\257c8787-b2c9-4fbb-b502-4e36f391ae2e

运行 Start_CoreConfig.wsf

WindowsServer 2008 (R2) Server Core使用的注意点:

1.Windows Server2008 (R2) Server Core一般作为公司的基础应用平台,一般不作为应用程序的平台。
推荐使用的ServerCore的服务器:File Server ,DC, DNS,CA, DHCP,Hyper-v .
无法使用的服务器平台:SQLServer ,Exchange Server ,RDP Server等等
2.Windows Server2008 (R2) Server Core 可以做Web Server后台,但是要注意:
如果系统是Windows Server2008 Server Core. 无法挂载基于.net平台开发的网站
如果系统是Windows Server2008 R2 Server Core. 任何web都可以挂载
3.在ServerCore中如果使用命令安装功能或者角色,功能和角色名称必须要完全正确(包括大小写)
4.Window Server 2008 Full Installation和Server Core Installation在购买的时候价格是一样的
(很多人都认为ServerCore的价格要比完全安装的要便宜,这种理解是错误的)